home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000061_news@columbia.edu _Wed Jul 24 00:42:17 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id AAA13774 for <kermit.misc@watsun.cc.columbia.edu>; Wed, 24 Jul 1996 00:42:17 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id AAA05875 for kermit.misc@watsun; Wed, 24 Jul 1996 00:42:16 -0400 (EDT)
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!news.uoregon.edu!vixen.cso.uiuc.edu!uwm.edu!math.ohio-state.edu!jussieu.fr!rain.fr!news.sprintlink.net!news-dc-9.sprintlink.net!news.ultranet.com!vandal
  5. From: jasantos@ultranet.com (John Santos)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Does Kermit-95 VT320 mode process received 8-bit CSI sequences?
  8. Date: Wed, 24 Jul 96 03:11:03 GMT
  9. Organization: UltraNet Communications, Inc.
  10. Lines: 29
  11. Message-ID: <4t44af$pm6@decius.ultra.net>
  12. NNTP-Posting-Host: vandal.ultranet.com
  13. X-Newsreader: News Xpress 2.0 Beta #0
  14.  
  15. Hi -
  16.  
  17. I think I've found a bug in Kermit-95 V1.1.5 and V1.1.6.  It seems not to be
  18. recognizing 8-bit cursor-control sequences (those that begin with <CSI>
  19. rather than <ESC>] ).  It seems to print <CSI> as a cents sign.  This is
  20. in VT320 terminal mode.  I have Kermit-95 set for 8-bit terminal emulation
  21. (SET TERMINAL BYTESIZE 8 and SET TERMINAL CONTROL 8)
  22. and set 8-bit character size on the remote system.
  23.  
  24. This is particularly noticable in line-editing, where the text looks 
  25. completely messed up, even though all the functions seem to work
  26. fine.  (In other words, K-95 is sending 7 or 8-bit escape sequences fine;
  27. the problem is interpreting received 8-bit escape sequences.)
  28.  
  29. I also tried SET COMMAND BYTESIZE 8 in K95,  which seems to have no
  30. effect.  (Is this a CKermit command inherited by K95?  It doesn't seem to
  31. make much sense in K95, since it is supposed to affect the transfer of
  32. characters between Kermit and the user's terminal.)
  33.  
  34. The remote system is a PDP-11 running RSTS/E V10.1 accessed through
  35. a DECserver-700 terminal server.  VAXes and Alpha's running VMS V7.0
  36. accessed through the same terminal server work fine.  I think this is because
  37. VMS always sends 7-bit sequences, no matter what the terminal character
  38. size setting is.  By setting the character size to 7 bits on the RSTS/E
  39. system, the system seems to send 7-bit (i.e. <esc>]...) sequences, which
  40. Kermit-95 handles fine, but this forces using 7-bit transfers in Kermit, which 
  41. is much slower.
  42.  
  43. John Santos